home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 382
- Top = 378
- BorderStyle = bsDialog
- Caption = 'UnInstall Command'
- ClientHeight = 117
- ClientWidth = 427
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 8
- Top = 0
- Width = 409
- Height = 105
- Caption = 'Properties'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 24
- Width = 54
- Height = 13
- Caption = 'Item Name:'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 8
- Top = 48
- Width = 79
- Height = 13
- Caption = 'Command/Value'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Edit1: TEdit
- Left = 96
- Top = 16
- Width = 305
- Height = 21
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- Text = 'Edit1'
- end
- object Edit2: TEdit
- Left = 96
- Top = 40
- Width = 281
- Height = 21
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- Text = 'Edit2'
- end
- object BitBtn1: TBitBtn
- Left = 320
- Top = 72
- Width = 75
- Height = 25
- Caption = 'Cancel'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = BitBtn1Click
- end
- object BitBtn2: TBitBtn
- Left = 240
- Top = 72
- Width = 75
- Height = 25
- Caption = 'Apply'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = BitBtn2Click
- end
- object Button1: TButton
- Left = 376
- Top = 40
- Width = 25
- Height = 21
- Caption = '...'
- TabOrder = 4
- OnClick = Button1Click
- end
- end
- object RegEntry: TRegistryEnhanced
- Left = 16
- Top = 64
- end
- end
-